@charset "utf-8";
/*common responsive*/

@media (max-width: 1320px) {
	body{min-width: 320px; font-size: 15px;}
	.container{padding: 0 15px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box;}
}

@media (max-width: 1280px) {
	.tab-brief > .hd li + li{margin-left: 40px;}
	.tab-brief > .hd li + li:before{display: none;}
}

@media (max-width: 1023px) {
	body{font-size: 14px;}
	.common-col-space{margin:0 !important;}
	.common-col-space .grid{padding:0 !important;}
	.common-col-space>*, .common-col-space10>*{float: none; width: auto !important;}
	.common-col-space, .common-col-space10{margin-top: 0; margin-bottom: 0;}
	.tab-brief .bd > .newsList{margin-bottom: 10px;}
	.sm-autoHeight{height: auto !important;}
	
}

@media (max-width: 992px) {

}


/* xs mobile*/
@media (max-width: 768px) {

}



@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
	.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding:0 12px !important; font-size: 1.125em; line-height:40px; background-color:#f1f1f1; border-bottom:none;}
	.tab-brief > .hd ul li.on{color:#fff; background-color:#1a56a8;}
	.tab-brief > .hd ul li.on a{color:#fff;}
	.tab-brief > .hd li:after{display: none;}
	.tab-brief > .hd .common-more{display: none;}
	.m-common-more{display:block;}
}

@media (max-width: 480px) {

}

@media (max-width: 414px) {
	.newsList li h4{padding-right:0 !important;}
	.newsList li h4 a{display:inline !important; float:none !important; max-width:none !important; padding-right:12px !important; white-space:normal !important;}
	.newsList li h4 .time{position:static !important; display: inline-block;}
	.newsList.dot li h4:before{top: 18px; margin-top: 0; border-radius: 50%; }
}

@media (max-width: 320px) {
	.container{padding-left: 10px; padding-right: 10px;}
	.tab-brief .hd li{font-size: 1.125em;}
}